home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 191
- Top = 141
- Width = 416
- Height = 477
- Caption = 'CAB Demo'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object FileCount: TLabel
- Left = 8
- Top = 8
- Width = 3
- Height = 13
- end
- object Button1: TButton
- Left = 8
- Top = 416
- Width = 75
- Height = 25
- Caption = 'Open...'
- TabOrder = 0
- OnClick = Button1Click
- end
- object FileList: TListView
- Left = 8
- Top = 32
- Width = 377
- Height = 377
- Color = 8404992
- Columns = <
- item
- Caption = 'FileName'
- Width = 100
- end
- item
- Caption = 'Uncompressed size'
- Width = 130
- end
- item
- Caption = 'Timestamp'
- Width = 100
- end>
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clYellow
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- ViewStyle = vsReport
- end
- object OpenDialog: TOpenDialog
- DefaultExt = 'CAB'
- Filter = 'CAB Files (*.CAB)|*.CAB'
- Left = 96
- Top = 416
- end
- end
-